home *** CD-ROM | disk | FTP | other *** search
/ CD Classic 39 / CD CLASSIC #39 (1998).iso / INTERNET / websnap / WebSnap.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1997-11-20  |  1.8 KB  |  83 lines

  1. object Form3: TForm3
  2.   Left = 313
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'About WebSnap V2.0'
  6.   ClientHeight = 224
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 72
  19.     Top = 8
  20.     Width = 146
  21.     Height = 24
  22.     Caption = 'WebSnap  V2.0'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -19
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 96
  32.     Top = 32
  33.     Width = 89
  34.     Height = 13
  35.     Caption = 'Unregistered demo'
  36.   end
  37.   object Memo1: TMemo
  38.     Left = 16
  39.     Top = 56
  40.     Width = 265
  41.     Height = 121
  42.     Alignment = taCenter
  43.     Lines.Strings = (
  44.       'Thank you for your intersest in WebSnap.'
  45.       'If you find this demo useful you'
  46.       'should consider registration. The registered'
  47.       'version offers the following additional '
  48.       'features.'
  49.       ''
  50.       'Nag comments removed.'
  51.       ''
  52.       'The registration fee is $20 (US)'
  53.       'For registration deatails E-Mail'
  54.       'enquiries@c3sys.demon.co.uk')
  55.     ScrollBars = ssVertical
  56.     TabOrder = 0
  57.   end
  58.   object Button1: TButton
  59.     Left = 112
  60.     Top = 192
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'OK'
  64.     TabOrder = 1
  65.     OnClick = Button1Click
  66.   end
  67.   object Memo2: TMemo
  68.     Left = 16
  69.     Top = 56
  70.     Width = 265
  71.     Height = 121
  72.     Alignment = taCenter
  73.     Lines.Strings = (
  74.       ''
  75.       'Thank you for choosing WebSnap'
  76.       ''
  77.       'For updates and additional info. visit'
  78.       'www.c3sys.demon.co.uk')
  79.     TabOrder = 2
  80.     Visible = False
  81.   end
  82. end
  83.